home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
airfox.swf
/
scripts
/
frame_1
/
PlaceObject2_7_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
403 b
|
22 lines
onClipEvent(enterFrame){
loaded = int(_root.getBytesLoaded());
percent = int(loaded / total * 100);
_root.percent = percent + " %";
if(percent >= 100)
{
startcounter = 1;
}
if(0 < startcounter)
{
playcounter++;
_root.percent = playcounter;
}
if(50 < playcounter)
{
tellTarget("_root")
{
play();
}
}
}